Activate events_order in WebsiteAgent

Akinori MUSHA 9 years ago
parent
commit
3f5bab77f6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/models/agents/website_agent.rb

+ 5 - 0
app/models/agents/website_agent.rb

@@ -6,6 +6,7 @@ module Agents
6 6
     include WebRequestConcern
7 7
 
8 8
     can_dry_run!
9
+    can_order_created_events!
9 10
 
10 11
     default_schedule "every_12h"
11 12
 
@@ -105,6 +106,10 @@ module Agents
105 106
           * `status`: HTTP status as integer. (Almost always 200)
106 107
 
107 108
           * `headers`: Response headers; for example, `{{ _response_.headers.Content-Type }}` expands to the value of the Content-Type header.  Keys are insensitive to cases and -/_.
109
+
110
+      # Ordering Events
111
+
112
+      #{description_events_order}
108 113
     MD
109 114
 
110 115
     event_description do